org.neo4j.index.lucene
Class LuceneXaConnection

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
      extended by org.neo4j.index.lucene.LuceneXaConnection
All Implemented Interfaces:
org.neo4j.kernel.impl.transaction.xaframework.XaConnection

public class LuceneXaConnection
extends org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl

An XA connection used with LuceneDataSource. This class is public because the XA framework requires it.


Method Summary
 XAResource getXaResource()
           
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
clearAllTransactions, destroy, getTransaction, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXaResource

public XAResource getXaResource()
Specified by:
getXaResource in interface org.neo4j.kernel.impl.transaction.xaframework.XaConnection
Specified by:
getXaResource in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl


Copyright © 2010 Neo4j. All Rights Reserved.